home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TONEADRESSFORM / TONEADRESSFORM.txt
Encoding:
Text File  |  2005-02-07  |  5.9 KB  |  291 lines

  1. object OneAdressForm: TOneAdressForm
  2.   Left = 518
  3.   Top = 316
  4.   HelpContext = 1360
  5.   BorderIcons = [biMaximize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Address entry'
  8.   ClientHeight = 260
  9.   ClientWidth = 429
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TTntLabel
  22.     Left = 12
  23.     Top = 20
  24.     Width = 31
  25.     Height = 13
  26.     Caption = '&Name:'
  27.     FocusControl = Nameedit
  28.   end
  29.   object Label2: TTntLabel
  30.     Left = 300
  31.     Top = 16
  32.     Width = 21
  33.     Height = 13
  34.     Caption = '&Key:'
  35.     FocusControl = Keyedit
  36.   end
  37.   object Label3: TTntLabel
  38.     Left = 12
  39.     Top = 68
  40.     Width = 47
  41.     Height = 13
  42.     Caption = 'C&ompany:'
  43.     FocusControl = companyedit
  44.   end
  45.   object Label4: TTntLabel
  46.     Left = 12
  47.     Top = 92
  48.     Width = 72
  49.     Height = 13
  50.     Caption = '&Postal address:'
  51.     FocusControl = postaledit
  52.   end
  53.   object Label5: TTntLabel
  54.     Left = 12
  55.     Top = 116
  56.     Width = 71
  57.     Height = 13
  58.     Caption = '&Street address:'
  59.     FocusControl = streetedit
  60.   end
  61.   object Label6: TTntLabel
  62.     Left = 12
  63.     Top = 140
  64.     Width = 34
  65.     Height = 13
  66.     Caption = 'P&hone:'
  67.     FocusControl = phoneedit
  68.   end
  69.   object Label7: TTntLabel
  70.     Left = 12
  71.     Top = 164
  72.     Width = 20
  73.     Height = 13
  74.     Caption = '&Fax:'
  75.     FocusControl = faxedit
  76.   end
  77.   object Label8: TTntLabel
  78.     Left = 12
  79.     Top = 44
  80.     Width = 28
  81.     Height = 13
  82.     Caption = '&Email:'
  83.     FocusControl = emailedit
  84.   end
  85.   object Label9: TTntLabel
  86.     Left = 12
  87.     Top = 212
  88.     Width = 31
  89.     Height = 13
  90.     Caption = '&Notes:'
  91.     FocusControl = NotesMemo
  92.   end
  93.   object Label10: TTntLabel
  94.     Left = 12
  95.     Top = 188
  96.     Width = 37
  97.     Height = 13
  98.     Caption = '&X-Face:'
  99.     FocusControl = xfaceedit
  100.   end
  101.   object Bevel1: TBevel
  102.     Left = 363
  103.     Top = 152
  104.     Width = 50
  105.     Height = 50
  106.   end
  107.   object XFaceImage: TImage
  108.     Left = 364
  109.     Top = 153
  110.     Width = 48
  111.     Height = 48
  112.     Transparent = True
  113.   end
  114.   object Button1: TMMTNTBItBtn
  115.     Left = 292
  116.     Top = 232
  117.     Width = 59
  118.     Height = 25
  119.     Caption = '&OK'
  120.     Default = True
  121.     Font.Charset = DEFAULT_CHARSET
  122.     Font.Color = clBtnText
  123.     Font.Height = -11
  124.     Font.Name = 'MS Sans Serif'
  125.     Font.Style = []
  126.     ModalResult = 1
  127.     ParentFont = False
  128.     TabOrder = 10
  129.   end
  130.   object Button2: TMMTNTBItBtn
  131.     Left = 360
  132.     Top = 232
  133.     Width = 65
  134.     Height = 25
  135.     Cancel = True
  136.     Caption = '&Cancel'
  137.     Font.Charset = DEFAULT_CHARSET
  138.     Font.Color = clBtnText
  139.     Font.Height = -11
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = []
  142.     ModalResult = 2
  143.     ParentFont = False
  144.     TabOrder = 11
  145.   end
  146.   object Keyedit: TTntEdit
  147.     Left = 344
  148.     Top = 12
  149.     Width = 69
  150.     Height = 21
  151.     TabOrder = 1
  152.   end
  153.   object emailedit: TTntEdit
  154.     Left = 108
  155.     Top = 36
  156.     Width = 172
  157.     Height = 21
  158.     TabOrder = 2
  159.   end
  160.   object xfaceedit: TTntEdit
  161.     Left = 108
  162.     Top = 180
  163.     Width = 172
  164.     Height = 21
  165.     TabOrder = 8
  166.     OnChange = xfaceeditChange
  167.   end
  168.   object Nameedit: TTntEdit
  169.     Left = 108
  170.     Top = 12
  171.     Width = 172
  172.     Height = 23
  173.     Font.Charset = DEFAULT_CHARSET
  174.     Font.Color = clWindowText
  175.     Font.Height = -11
  176.     Font.Name = 'Arial Unicode MS'
  177.     Font.Style = []
  178.     ParentFont = False
  179.     TabOrder = 0
  180.   end
  181.   object companyedit: TTntEdit
  182.     Left = 108
  183.     Top = 60
  184.     Width = 172
  185.     Height = 23
  186.     Font.Charset = DEFAULT_CHARSET
  187.     Font.Color = clWindowText
  188.     Font.Height = -11
  189.     Font.Name = 'Arial Unicode MS'
  190.     Font.Style = []
  191.     ParentFont = False
  192.     TabOrder = 3
  193.   end
  194.   object postaledit: TTntEdit
  195.     Left = 108
  196.     Top = 84
  197.     Width = 305
  198.     Height = 23
  199.     Font.Charset = DEFAULT_CHARSET
  200.     Font.Color = clWindowText
  201.     Font.Height = -11
  202.     Font.Name = 'Arial Unicode MS'
  203.     Font.Style = []
  204.     ParentFont = False
  205.     TabOrder = 4
  206.   end
  207.   object streetedit: TTntEdit
  208.     Left = 108
  209.     Top = 108
  210.     Width = 305
  211.     Height = 23
  212.     Font.Charset = DEFAULT_CHARSET
  213.     Font.Color = clWindowText
  214.     Font.Height = -11
  215.     Font.Name = 'Arial Unicode MS'
  216.     Font.Style = []
  217.     ParentFont = False
  218.     TabOrder = 5
  219.   end
  220.   object phoneedit: TTntEdit
  221.     Left = 108
  222.     Top = 132
  223.     Width = 172
  224.     Height = 23
  225.     Font.Charset = DEFAULT_CHARSET
  226.     Font.Color = clWindowText
  227.     Font.Height = -11
  228.     Font.Name = 'Arial Unicode MS'
  229.     Font.Style = []
  230.     ParentFont = False
  231.     TabOrder = 6
  232.   end
  233.   object faxedit: TTntEdit
  234.     Left = 108
  235.     Top = 156
  236.     Width = 172
  237.     Height = 23
  238.     Font.Charset = DEFAULT_CHARSET
  239.     Font.Color = clWindowText
  240.     Font.Height = -11
  241.     Font.Name = 'Arial Unicode MS'
  242.     Font.Style = []
  243.     ParentFont = False
  244.     TabOrder = 7
  245.   end
  246.   object NotesMemo: TPlusMemoU
  247.     Left = 108
  248.     Top = 212
  249.     Width = 172
  250.     Height = 45
  251.     Cursor = crIBeam
  252.     Alignment = taLeftJustify
  253.     ScrollBars = ssVertical
  254.     AltFont.Charset = DEFAULT_CHARSET
  255.     AltFont.Color = clWindowText
  256.     AltFont.Height = -11
  257.     AltFont.Name = 'MS Sans Serif'
  258.     AltFont.Style = []
  259.     CaretWidth = 1
  260.     ColumnWrap = 0
  261.     DisplayOnly = False
  262.     EnableHotKeys = False
  263.     EndOfTextMark.Color = clRed
  264.     EndOfTextMark.Style = psClear
  265.     Justified = False
  266.     LineHeight = 0
  267.     Options = [pmoWrapCaret, pmoInsertKeyActive, pmoWideOverwriteCaret, pmoAutoScrollBars]
  268.     Overwrite = False
  269.     RightLinePen.Color = clGray
  270.     RightLinePen.Style = psDot
  271.     ScrollTime = 0
  272.     SelBackColor = clHighlight
  273.     SelTextColor = clHighlightText
  274.     Separators = #9#10#13' $%&,./:;<=>'
  275.     SpecUnderline.Color = clRed
  276.     UpdateMode = umImmediate
  277.     Version = 'v6.2h Professional ed.'
  278.     Ctl3D = True
  279.     ParentCtl3D = False
  280.     Font.Charset = DEFAULT_CHARSET
  281.     Font.Color = clWindowText
  282.     Font.Height = -11
  283.     Font.Name = 'Arial Unicode MS'
  284.     Font.Style = []
  285.     ParentFont = False
  286.     TabOrder = 9
  287.     TabStop = True
  288.     OnKeyDown = NotesMemoKeyDown
  289.   end
  290. end
  291.